From: Alexandre Emsenhuber Date: Sat, 12 Dec 2009 20:54:57 +0000 (+0000) Subject: For consistency with the other special pages, don't add wfSpecialLinkSearch() to... X-Git-Tag: 1.31.0-rc.0~38556 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=a0d0c26de188fa8d0ad1aeb293a4d777225297a9;p=lhc%2Fweb%2Fwiklou.git For consistency with the other special pages, don't add wfSpecialLinkSearch() to the SpecialPage group --- diff --git a/includes/specials/SpecialLinkSearch.php b/includes/specials/SpecialLinkSearch.php index 8df21a6bbf..5913f4b409 100644 --- a/includes/specials/SpecialLinkSearch.php +++ b/includes/specials/SpecialLinkSearch.php @@ -9,9 +9,7 @@ /** * Special:LinkSearch to search the external-links table. - * @ingroup SpecialPage */ - function wfSpecialLinkSearch( $par ) { list( $limit, $offset ) = wfCheckLimits();